home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat1 / ipcrm.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  2.0 KB  |  53 lines

  1.  
  2. ipcrm(1)                     UNIX Reference Manual                    ipcrm(1)
  3.  
  4. NNAAMMEE
  5.      iippccrrmm - remove the specified message queues, semaphore sets, and shared
  6.      segments
  7.  
  8. SSYYNNOOPPSSIISS
  9.      iippccrrmm [--qq _m_s_q_i_d] [--mm _s_h_m_i_d] [--ss _s_e_m_i_d] [--QQ _m_s_g_k_e_y] [--MM _s_h_m_k_e_y] [--SS
  10.            _s_e_m_k_e_y] _._._.
  11.  
  12. DDEESSCCRRIIPPTTIIOONN
  13.      iippccrrmm removes the specified message queues, semaphores and shared memory
  14.      segments.  These System V IPC objects can be specified by their creation
  15.      id or any associated key.
  16.  
  17.      The following options are used to specify which IPC objects will be re-
  18.      moved.  Any number and combination of these options can be used:
  19.  
  20.      --qq _m_s_q_i_d
  21.              Remove the message queue associated with the id mmssqqiidd from the
  22.              system.
  23.  
  24.      --mm _s_h_m_i_d
  25.              Mark the shared memory segment associated with id sshhmmiidd for re-
  26.              moval.  This marked segment will be destroyed after the last de-
  27.              tach.
  28.  
  29.      --ss _s_e_m_i_d
  30.              Removes the semaphore set associated with id sseemmiidd from the sys-
  31.              tem.
  32.  
  33.      --QQ _m_s_g_k_e_y
  34.              Remove the message queue associated with key mmssggkkeeyy from the sys-
  35.              tem.
  36.  
  37.      --MM _s_h_m_k_e_y
  38.              Mark the shared memory segment associated with key sshhmmkkeeyy for re-
  39.              moval.  This marked segment will be destroyed after the last de-
  40.              tach.
  41.  
  42.      --SS _s_e_m_k_e_y
  43.              Remove the semaphore set associated with key sseemmkkeeyy from the sys-
  44.              tem.
  45.  
  46.      The identifiers and keys associated with these System V IPC objects can
  47.      be determined by using ipcs(1)
  48.  
  49. SSEEEE AALLSSOO
  50.      ipcs(1)
  51.  
  52. BSD Experimental               August 8th, 1994                              1
  53.